home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 62
/
Volume 62 - JOGO DISK .iso
/
Games
/
NinjaKid.swf
/
scripts
/
DefineButton2_682
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2008-02-29
|
191b
|
11 lines
on(release){
_root.fn_TotalScoreAdd();
if(_root.nStageNum <= 4)
{
_root.nStageNum += 1;
}
this._visible = false;
_root.fn_StartAniGo();
gotoAndStop(1);
}